home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
404_02
/
bisnp
/
configure.in
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-28
|
269 b
|
14 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(reduce.c)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_MINIX
AC_ISC_POSIX
AC_CONST
AC_STDC_HEADERS
AC_HAVE_HEADERS(string.h stdlib.h memory.h)
AC_HAVE_FUNCS(strerror)
AC_ALLOCA
AC_OUTPUT(Makefile)